home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 33 / PC Gamer IT CD 33 2-2.iso / drivers / videodrv / diamond / FPD201E.EXE / rar / WINNT / OEMSETUP.INF < prev    next >
Windows Setup INFormation  |  1997-10-03  |  3KB  |  96 lines

  1. ; oemsetup.inf This file contains the setup info for the 
  2. ; Diamond FirePort PCI SCSI Host Adapter.
  3. ; Version 2.01ep5
  4. ; For Microsoft Windows NT 4.0
  5. ; 7/09/97
  6.  
  7. [version]
  8. signature="$Windows NT$"
  9. Class=SCSIAdapter
  10. ClassGUID={4D36E97B-E325-11CE-BFC1-08002BE10318}
  11. Provider=%DIAMOND%
  12.  
  13. [DestinationDirs]
  14. DefaultDestDir = 12 ; DIRID_DRIVERS
  15.  
  16. [ControlFlags]
  17. ;
  18. ; Exclude the following devices from Select Device list.
  19. ; These represent 'combination' driver nodes, for which there are separate items to be
  20. ; presented to the user.  These combination nodes are only used when figuring out what
  21. ; driver node to associate with a pre-existing service.
  22. ;
  23.  
  24. ;
  25. ; Exclude the following devices from the platforms where they are not available.
  26. ;
  27. ;
  28. ; Exclude the generic (non-PCI) IDE description from all platforms.  We can't do this globally (i.e.,
  29. ; "ExcludeFromSelect" with no suffix) because then we'll think it was hidden because we wanted that to
  30. ; be the migration name.
  31. ;
  32.  
  33. ;**************************************
  34. [Manufacturer]
  35. %Diamond%=DIAMOND
  36.  
  37.  
  38.  
  39. ;**************************************
  40. ;Diamond Multimedia Manufacturer device list
  41. [DIAMOND]
  42. %DeviceDesc.01% = fireport_Inst, PCI\VEN_1000&DEV_008F&SUBSYS_80001092
  43. %DeviceDesc.02% = fireport_Inst, PCI\VEN_1000&DEV_000F&SUBSYS_87601092
  44. ;%FirePort.DeviceDesc% = fireport_Inst, PCI\VEN_1000&DEV_008F
  45.  
  46.  
  47. [fireport_Inst]
  48. CopyFiles = @fireport.sys
  49. Reboot
  50.  
  51.  
  52. [fireport_Inst.Services]
  53. AddService = %ServiceName%, %SPSVCINST_ASSOCSERVICE%, fireport_Service_Inst, Miniport_EventLog_Inst
  54.  
  55. [fireport_Service_Inst]
  56. ServiceType    = %SERVICE_KERNEL_DRIVER%
  57. StartType      = %SERVICE_BOOT_START%
  58. ErrorControl   = %SERVICE_ERROR_NORMAL%
  59. ServiceBinary  = %12%\fireport.sys
  60. LoadOrderGroup = SCSI Miniport
  61.  
  62.  
  63. ;*************************************************************
  64. ;The EventLog entries are the same for all SCSI miniports.
  65. [Miniport_EventLog_Inst]
  66. AddReg = Miniport_EventLog_AddReg
  67.  
  68. [Miniport_EventLog_AddReg]
  69. HKR,,EventMessageFile,%REG_EXPAND_SZ%,"%%SystemRoot%%\System32\IoLogMsg.dll"
  70. HKR,,TypesSupported,%REG_DWORD%,7
  71.  
  72.  
  73. ;*************************************************************
  74. [Strings]
  75.  
  76. DIAMOND = "Diamond Multimedia"
  77. DeviceDesc.01 = "Diamond Multimedia FirePort PCI SCSI Host Adapter"
  78. DeviceDesc.02 = "Diamond Multimedia FirePort PCI SCSI Host Adapter"
  79. ;PCI\VEN_1000&DEV_008F&SUBSYS_80001092.DeviceDesc = "Diamond Multimedia FirePort PCI SCSI Host Adapter"
  80. ;PCI\VEN_1000&DEV_000F&SUBSYS_87601092.DeviceDesc = "Diamond Multimedia FirePort 40 Dual PCI SCSI Host Adapter"
  81. ServiceName = fireport
  82. ;SYMBIOS = "Symbios Logic"
  83. ;symc810.DeviceDesc               = "Symbios Logic C810 PCI SCSI Host Adapter"
  84. ;PCI\VEN_1000&DEV_0002.DeviceDesc = "Symbios Logic C820 PCI SCSI Host Adapter"
  85. ;PCI\VEN_1000&DEV_0003.DeviceDesc = "Symbios Logic C825 PCI SCSI Host Adapter"
  86. ;PCI\VEN_1000&DEV_0004.DeviceDesc = "Symbios Logic C815 PCI SCSI Host Adapter"
  87.  
  88. ;*******************************************
  89. ;Handy macro substitutions (non-localizable)
  90. SPSVCINST_ASSOCSERVICE = 0x00000002
  91. SERVICE_KERNEL_DRIVER  = 1
  92. SERVICE_BOOT_START     = 0
  93. SERVICE_ERROR_NORMAL   = 1
  94. REG_EXPAND_SZ          = 0x00020000
  95. REG_DWORD              = 0x00010001
  96.